CUDA_MEMCPY2D_st

Members

Variables

Height
size_t Height;

< Width of 2D memory copy in bytes

WidthInBytes
size_t WidthInBytes;

< Destination pitch (ignored when dst is array)

dstArray
CUarray dstArray;

< Destination device pointer

dstDevice
CUdeviceptr dstDevice;

< Destination host pointer

dstHost
void* dstHost;

< Destination memory type (host, device, array)

dstMemoryType
CUmemorytype dstMemoryType;

< Destination Y

dstPitch
size_t dstPitch;

< Destination array reference

dstXInBytes
size_t dstXInBytes;

< Source pitch (ignored when src is array)

dstY
size_t dstY;

< Destination X in bytes

srcArray
CUarray srcArray;

< Source device pointer

srcDevice
CUdeviceptr srcDevice;

< Source host pointer

srcHost
const(void)* srcHost;

< Source memory type (host, device, array)

srcMemoryType
CUmemorytype srcMemoryType;

< Source Y

srcPitch
size_t srcPitch;

< Source array reference

srcY
size_t srcY;

< Source X in bytes

Meta